added SSCLI 1.0
[windows-sources.git] / sdk / samples / WFSamples / Technologies / Roles / WebWorkflowRole / VB / POInterface / My Project / Resources.Designer.vb
blob85640646099eb669831d526182de84dbcf009f76
1 '---------------------------------------------------------------------
2 ' This file is part of the Windows Workflow Foundation SDK Code Samples.
3 '
4 ' Copyright (C) Microsoft Corporation. All rights reserved.
5 '
6 'This source code is intended only as a supplement to Microsoft
7 'Development Tools and/or on-line documentation. See these other
8 'materials for detailed information regarding Microsoft code samples.
9 '
10 'THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
11 'KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
12 'IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
13 'PARTICULAR PURPOSE.
14 '---------------------------------------------------------------------
16 '------------------------------------------------------------------------------
17 ' <auto-generated>
18 ' This code was generated by a tool.
19 ' Runtime Version:2.0.50727.42
21 ' Changes to this file may cause incorrect behavior and will be lost if
22 ' the code is regenerated.
23 ' </auto-generated>
24 '------------------------------------------------------------------------------
26 Option Strict On
27 Option Explicit On
29 Imports System
31 Namespace My.Resources
33 'This class was auto-generated by the StronglyTypedResourceBuilder
34 'class via a tool like ResGen or Visual Studio.
35 'To add or remove a member, edit your .ResX file then rerun ResGen
36 'with the /str option, or rebuild your VS project.
37 '''<summary>
38 ''' A strongly-typed resource class, for looking up localized strings, etc.
39 '''</summary>
40 <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0"), _
41 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
42 Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
43 Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
44 Friend Module Resources
46 Private resourceMan As Global.System.Resources.ResourceManager
48 Private resourceCulture As Global.System.Globalization.CultureInfo
50 '''<summary>
51 ''' Returns the cached ResourceManager instance used by this class.
52 '''</summary>
53 <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
54 Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
55 Get
56 If Object.ReferenceEquals(resourceMan, Nothing) Then
57 Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Microsoft.Samples.Workflow.WebWorkflow.Resources", GetType(Resources).Assembly)
58 resourceMan = temp
59 End If
60 Return resourceMan
61 End Get
62 End Property
64 '''<summary>
65 ''' Overrides the current thread's CurrentUICulture property for all
66 ''' resource lookups using this strongly typed resource class.
67 '''</summary>
68 <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
69 Friend Property Culture() As Global.System.Globalization.CultureInfo
70 Get
71 Return resourceCulture
72 End Get
73 Set
74 resourceCulture = value
75 End Set
76 End Property
77 End Module
78 End Namespace